Module: app/zamestnanec/formular/[formId]/vysledek/ResultTable
Type Aliases
LabeledDataValue
Ƭ LabeledDataValue: Object
Type declaration
Name | Type |
---|---|
label | string |
value | Exclude <DataValue , SelectBoxDataValue > | { label : string ; value : boolean | null }[] |
Defined in
src/web-app/src/app/zamestnanec/formular/[formId]/vysledek/ResultTable.tsx:353
Functions
default
▸ default(root0
): Element
Display table with results from form with given formId.
Parameters
Name | Type | Description |
---|---|---|
root0 | Object | Props for the component. |
root0.formId | string | ID of the form to display results of. |
Returns
Element
Defined in
src/web-app/src/app/zamestnanec/formular/[formId]/vysledek/ResultTable.tsx:46